home *** CD-ROM | disk | FTP | other *** search
/ My Neighborhood / My Neighborhood.iso / mac / MacFiles / DefProj.Dxr / 00012.ls < prev    next >
Encoding:
Text File  |  1997-11-18  |  131 b   |  9 lines

  1. on exitFrame
  2.   set the exitLock to 1
  3.   if the colorDepth <> 8 then
  4.     go(the frame + 1)
  5.   else
  6.     go(the frame + 2)
  7.   end if
  8. end
  9.